@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.rc-slider-mark-text {
  font-size: 10px;
  font-size: 'Nunito Sans';
}
img[alt=drawing] { 
  width: 30px; 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;}
.tooltip {
    position: fixed !important;
    z-index: 9999 !important;
}
.tooltip-inner {
  position: absolute; /* or absolute depending on your layout */
  max-width: 200px;
  color: #000;
  text-align: start;
  background-color: #DDD0B4;
  font-size: 12px;
  font-family: 'Nunito Sans';
}

::-webkit-scrollbar {
    background-color: #aaadc7;
    width: 0.5rem;
    color: #e4d341;}

::-webkit-scrollbar-thumb {
    background-color:#74726a
    
     
     !important;
}



.rc-slider-track {
    background-color: #DDD0B4;
  }
  
  .rc-slider-dot-active {  
    border-color: #DDD0B4;
    border: solid 2px #DDD0B4;
  }
  
  .rc-slider-handle {
    background-color: #DDD0B4;
    border-color: #DDD0B4;
  }
  
  .rc-slider-handle:hover {
    border-color: #DDD0B4;
  }
  
  .rc-slider-handle-active:active {
    border-color: #DDD0B4;
  }

::-webkit-scrollbar:horizontal {
    height: 0;
    width: 0;
    display: none;
  }
  
::-webkit-scrollbar-thumb:horizontal {
    display: none;
  }

.scrollable-element { scrollbar-width: none; }

#header{
    background-color: #edb600;
    height: 80px;

}

#header1{
  background-color: #3366CC;
  height: 80px;

}

#footer{
    background-color: #edb600;
    display: flex;
    flex-direction :column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.modal-header {
  background-color:#ebcc67;
  color: black;
}

div.modal-header1{
  background-color:#3366CC;
  color: black;
}

div.modal-body {
  background-color:#ebcc67;
}

body {
    overflow-x: hidden;
    background-color: #ebcc67;
    color: #fcf9eb;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 0;
}

#root {
    margin: 0;
    padding: 0;
    width: 100%;
}

.container {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.pretty_container {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#header, #header1 {
    margin: 0;
    width: 100%;
}

div.card.bg-dark {
    background-color:#094958;
}

.card-body {
    
    background-color:#ebcc67;
   
}

.card-title {

    color: #ebcc67;
}

.dash-debug-menu {
    background-color: #DDD0B4;
}

h2.card-text {

    font-weight: bold;

}

h6.card-text {

  color:#000;
  font-family: 'Nunito Sans'

}

h2.card-title {

    font-weight: bold;
    color:#fcf9eb

}

h3.card-title {
    font-weight: bold;
}
.DateInput_input {
    font-size: 18px;
    height: 20px;
    
  }

.probando-cambios-dev{

  stroke: aqua;
  
}
/* .Select-menu-outer {
    font-size: 12px;
}  */


/* .CalendarDay{
    Height: 30px;
    width: 5px;
    z-index: 3 ;

}

.CalendarMonth_caption{
     Height: 30px;
     width: 20px;
     z-index: 3 ;

} */
/* .DayPicker_transitionContainer.DayPicker_transitionContainer_1.DayPicker_transitionContainer__horizontal.DayPicker_transitionContainer__horizontal_2 {
    font-size: 8px;
} */

.sidebar {

  position: absolute;
  left: 0;
  width: 28rem;
  height: 50%;
  z-index: 1;
  width:20%;
  transition: all 0.5s;
  padding: 0.5rem 0.2rem;
  margin-left: 0.5rem;
  color: black;
  /* height: 32rem; */
  /*overflow: scroll;*/
  height: 700px;
  overflow-y: scroll
 


}

.sidebar_hidden {
  position: fixed;
  width: 35rem;
  left: -37rem;
  transition: all 0.5s;
  z-index: 1;
}

.two_fig {

    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    z-index: 1;
    
    transition: all 0.5s;
    padding: 0.2rem 0.2rem;
    margin-left: 0.5rem;
    height: 32rem;
  }

.two_fig_2  {
/*width: 100% -10rem;*/
margin-left: 40%;
z-index: 1;
padding: 0.2rem 0.2rem;
transition: margin-left .5s;
overflow: auto;
}
.content_sidebar_hidden {
  
  transition: margin-left 0.5s;
  
}

.others {
  margin-left: 0.5rem;
}

.model_graph  {
  width: 40%;
  margin-left: 20%;
  z-index: 1;
  /* transition: margin-left .5s; */
  overflow: auto;
  height: 700px;
}


.model_table  {
  width: 35%;
  /* margin-left: 4rem; */
  z-index: 1;
  /* transition: margin-left .5s; */
  overflow: auto;
  height: 700px;
  padding: 0.5rem 0.2rem;
  /* height: 100%; */
}

.model_table_search  {
  width: 100%;
  /* margin-left: 4rem; */
  /* z-index: 1; */
  /* transition: margin-left .5s; */
  overflow: auto;
  height: 500px;
  /* padding: 0.5rem 0.2rem; */
  /* height: 100%; */
} 
button.btn-close {
  position: relative;
  width: 2rem;
  height: 2rem;
  color: #000;
  background: transparent;
  border: 0;
  opacity: 0.5;
  padding: 0.25rem;
  box-sizing: content-box;
  border-radius: 0.25rem;
}

button.btn-close::before {
  content: "\00d7";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

button.btn-close:hover {
  opacity: 0.75;
  cursor: pointer;
}

#btn_sidebar {
  margin-bottom: 0.5rem;
  font-size: 20px;
  /* margin-left: 1rem; */
  width: 100%;
}

/* .button_sidebar {
  display: flex;
} */

.dash-graph {
  margin-right: 5rem;
}

#logos-image {

  height: auto;
  width: 25%;
  margin: 0 auto;
}

.dash-graph {
  margin-right: 1rem;
  margin-left: 1rem;
}


@media (max-width: 550px){
  .btn-info {
    background-color: #ebcc67;
  }
  .btn-outline-info {
    background-color: #ebcc67;
    color: white;
  }
  #footer{
    background-color: #ebcc67;
    display: flex;
    flex-direction: column;
    
  }

  .btn-title-row {

  display: flex;
  flex-direction: column;

  }

  .me-1 {
    background-color: #DDD0B4;
    color: black;
  }
  .logo-vida {
    height: 10px;
    /* width: 75px; */
    /* margin: 0 auto;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%; */
  }

}

.helpButtons{
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}


.btn-title-row {

  display: flex;
  flex-direction: row;

}

a{
  color :#DDD0B4;
}

.model-title{

  text-align: center;
  font-weight: bold;
}

.header {
  display: flex;
  padding: 2%;
  align-items: center;
  width: 100%;
}
.header1 {
  background-color:#3366CC;
  display: flex;
  padding: 2%;
  align-items: center;
  width: 100%;
}

.logo-vida {
  height: 50px;
  /* width: px; */
  /* margin-left: 1%; */
  margin-right: 1%;

  justify-content: center;
}

.logo-energia {
  position: relative;
  left:1%;
  height: auto;
  width: 15%;
  margin-left: 1%;
  margin-right: 1%;
  justify-content: center;
}

.logo-oaas {
  position: relative;
  left:1%;
  height: auto;
  width: 5%;
  margin-left: 1%;
  /* margin-right: 5%; */
  justify-content: center;
}
.footerButtons {
  background-color: #ebcc67;
  color: black;
  border-radius: 20px;
  width: 30%;
}

@media (max-width: 800px) {
  #header {
    flex-direction: column;
    justify-content: start; 
    margin-top:0%;
    height: 80%;
  }
  #header1 {
    background-color:#3366CC;
    flex-direction: column;
    justify-content: start; 
    margin-top:0%;
    height: 80%;
  }
  #maptable {
    flex-direction: column;
    justify-content: start; 
    margin-top:0%;
    
    height: 80%;
  }
  .model_graph  {
    width: 100%;
    justify-content: start; 
    margin-left: 0%;
    /* margin-left: 20%; */
    /* z-index: 1; */
    /* transition: margin-left .5s; */
    overflow: auto;
    height: 100%;
  }
  .model_table  {
    width: 90%;
    /* margin-left: 4rem; */
    margin-top: 5%;
    z-index: 1;
    /* transition: margin-left .5s; */
    overflow: auto;
    height: 100%;
    /* padding: 0.5rem 0.2rem; */
    /* height: 100%; */
  }
  .two_fig{

    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: 10%;
    transition: all 0.5s;
    padding: 0.2rem 0.2rem;
    margin-left: 0.5rem;
    height: 32rem;
  }

.two_fig_2{
/*width: 100% -10rem;*/
position: relative;
width: 100%;
z-index: 1;
margin-top: 40%;
margin-left: 0%;
margin-left: 0.5rem;
padding: 0rem 0rem;
transition: 0;
overflow: auto;
}
  .logo-vida {
    height: 30px;
    /* width: 75px; */
    /* margin: 0 auto;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%; */
  }
  .logo-oaas {
    /* margin: 0 auto; */
    margin-top: 0%;
    width: 50px;
    /* margin-right:50% ; */
  }
  .logo-energia {
    margin: 0 auto;
    margin-top: 0%;
    width: 85px;
  }
  .model-title {
    /* position: absolute; */
    flex-direction: row;
    /* font-size: small; */
    margin-top:1%;
    justify-content: start;
    /* left:50%; */
    margin-right: 0;

  }
  #logos-image {
    height: auto;
    width: 80%;
    margin: 0 auto;
  }
  .sidebar {
    margin-top: 0%;
    position: relative;
    left: 0;
    width: 95%;
    z-index: 1;
    transition: all 0.5s;
    padding: 0.5rem 0.2rem;
    margin-left: 0.5rem;
    color: black;
    /* height: 32rem; */
    /*overflow: scroll;*/
    height: 700px;
    overflow-y: scroll
  }
  .tooltip {
    position: absolute;}
  .tooltip-inner {
    position: absolute;
    max-width: 200px;
    color: #000;
    text-align: center;
    background-color: #DDD0B4;
    font-size: 12px;
    font-family: 'Nunito Sans';
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}



@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-header1,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-header1 .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
    background-color: #ebcc67;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.react-grid-Row {
  contain: none !important;
  }

.tab1 .tab.jsx-2137964197  {
  display: inline-block;
  background-color: #e4d341;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  padding: 10px 10px;
  -webkit-transition: background-color, color 200ms;
  transition: background-color, color 200ms;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: medium;
  color: black;
}

.tab1 .tab--selected.jsx-2137964197{
  border-top: 2px solid rgb(15, 109, 240);
  color: black;
  background-color: #d9d39f;
}

/* DataTER tab styling */
.datater-container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.datater-container .card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    height: 140px;
    display: flex;
    flex-direction: column;
}

.datater-container .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.datater-container .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 15px;
}

.datater-container .card-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.datater-container .card-text {
    font-size: 12px;
    margin-bottom: 10px;
}

.datater-container .btn {
    font-size: 14px;
    padding: 8px 12px;
    transition: all 0.2s;
}

.datater-container .btn:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .datater-container .row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .datater-container .row {
        grid-template-columns: 1fr !important;
    }
}
/* #loading-1 {
  background-color: #002c35;
  background: url(https://saaeuyncprdblob.blob.core.windows.net/drupal-blob/UNAL/Imagenes/Dash/Modelo3D/assets/MicrosoftTeams-image.png);
  background-repeat: repeat;
} */